object RegInputForm: TRegInputForm Left = 4 Top = 122 BorderStyle = bsDialog Caption = 'Program Registration' ClientHeight = 127 ClientWidth = 625 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object llKey: TLabel Left = 24 Top = 12 Width = 58 Height = 13 Caption = 'Argus Key' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object llPwd: TLabel Left = 24 Top = 64 Width = 80 Height = 13 Caption = 'Key Password' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lKey: TEdit Left = 16 Top = 28 Width = 593 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 0 end object lPwd: TEdit Left = 16 Top = 80 Width = 305 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 1 end object bOK: TButton Left = 368 Top = 80 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = bOKClick end object bCancel: TButton Left = 448 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object bHelp: TButton Left = 528 Top = 80 Width = 75 Height = 25 Caption = 'Help' TabOrder = 4 Visible = False end end